]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/control structure/while
Merge commit '6ea154f73f8389abb03c804bb4a4d21c8893861b' from diff-hl
[gnu-emacs-elpa] / packages / yasnippet / snippets / ruby-mode / control structure / while
1 # name: while ... end
2 # key: while
3 # --
4 while ${condition}
5 $0
6 end